JSP Directives

<%@ language="java" %>   -- this is default, currently only Java supported.
<%@ method="doPost" import="java.io.*" %>
<%@ implements="java.io.Serializable" %>
All directives have scope of the entire JSP file.